#Decisions for more than one country

country_decisions = {
	
	join_confederation_rhine = {
		potential = {
			has_country_flag = refused_confederation_rhine
			OR = {
				tag = BAD
				tag = BRU
				tag = BAV
				tag = BER
				tag = HES
				tag = SAX
				tag = WES
				tag = WUR
				tag = NAS
				tag = MEK
				tag = OLD
				tag = HRE
			}
		}
		allow = {
			exists = RHC
		}
		effect = {
			clr_country_flag = refused_confederation_rhine
			if = {
				limit = {
					NOT = {
						tag = HRE
					}
				}
				any_owned = {
					secede_province = RHC
				}
			}
		}
		ai_will_do = {
			factor = 1
			modifier = {
				factor = 80
				alliance_with = FRA
			}
			modifier = {
				factor = 0.01
				war_with = FRA
			}
			modifier = {
				factor = 100
				any_owned_province = {
					is_capital = yes
					controlled_by = FRA
				}
			}
		}
	}
}